home *** CD-ROM | disk | FTP | other *** search
- ;Quick Battle Main Menu Screen cfg file
-
- [GLOBALS]
- BackgroundFile="Quick Battle Main Menu"
-
- [TEXT_1]
- Font=LARGE ; font to use LARGE/SMALL
- Rect2=100,75,700,125 ; 800x600 rectangle
- TextFlags=MIDDLE ; LEFT, RIGHT, MIDDLE
- Text=2; "Quick Battle"
- Rect1=80,60,560,100
-
- [TEXTBUTTON_1]
- Font=SMALL ; font to use LARGE/SMALL
- Rect2=200,200,600,250 ; 800x600 rectangle
- Text=76; "Create Multiplayer Game" ; Button text
- Rect1=160,160,480,200
-
- [TEXTBUTTON_2]
- Font=SMALL ; font to use LARGE/SMALL
- Rect2=200,275,600,325 ; 800x600 rectangle
- Text=41; "Join Multiplayer Game" ; Button text
- Rect1=160,220,480,260
-
- [TEXTBUTTON_3]
- Font=SMALL ; font to use LARGE/SMALL
- Rect2=200,350,600,400 ; 800x600 rectangle
- Text=77; "Create Single Player Game" ; Button text
- Rect1=160,280,480,320
-
- [TEXTBUTTON_4]
- Font=LARGE ; font to use LARGE/SMALL
- Rect2=280,475,520,525 ; 800x600 rectangle
- Text=11; "Cancel" ; Button text
- Rect1=224,380,416,420
-
-
-
-
-
-
-
-
-
-